From a3cae27ab4f51c374f5cf9ab84f181ff91854d0b Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Fri, 4 Jul 2025 11:06:13 +0300 Subject: [PATCH] luci-lib-nixio: adjust with glibc and libcrypt-compat glibc 2.39 has removed libcrypt completely. solution: link against libxcrypt built with glibc compatibility. Signed-off-by: Konstantin Demin --- libs/luci-lib-nixio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/luci-lib-nixio/Makefile b/libs/luci-lib-nixio/Makefile index 91715e41d3..0b73ede43f 100644 --- a/libs/luci-lib-nixio/Makefile +++ b/libs/luci-lib-nixio/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=NIXIO POSIX library -LUCI_DEPENDS:=+liblua +LUCI_DEPENDS:= +USE_GLIBC:libcrypt-compat +liblua PKG_LICENSE:=Apache-2.0 -- 2.30.2